1
From Lists to Limits: The Foundation of Sequences
MATH006 Lesson 11
00:00
Imagine the universe as a series of snapshots. A sequence is exactly that: an ordered list of real numbers where the position (the index $n$) defines the value. Unlike a set, order and repetition are the heartbeat of the structure.

1. The Rigorous Definition

A sequence $\{a_n\}$ can be thought of as a list: $a_1, a_2, a_3, \dots, a_n, \dots$. More formally, it is a function whose domain is the set of positive integers.

Definition 1 (Informal)
A sequence has the limit $L$ (written $\lim_{n \to \infty} a_n = L$) if we can make the terms $a_n$ as close to $L$ as we like by taking $n$ sufficiently large.
Definition 2 (Formal ε-N)
$\lim_{n \to \infty} a_n = L$ if for every $\varepsilon > 0$ there is a corresponding integer $N$ such that if $n > N$ then $|a_n - L| < \varepsilon$.

2. The Bridge to Calculus: Theorem 3

One of our most powerful tools is the ability to treat discrete sequences as continuous functions. This allows us to use the full weight of L'Hospital's Rule.

If $\lim_{x \to \infty} f(x) = L$ and $f(n) = a_n$, then $\lim_{n \to \infty} a_n = L$.

Worked Example

Find $\lim_{n \to \infty} \frac{\ln n}{n}$.

Consider $f(x) = \frac{\ln x}{x}$. As $x \to \infty$, we have an $\infty/\infty$ indeterminate form. Applying L'Hospital's Rule:

$\lim_{x \to \infty} \frac{1/x}{1} = 0$. By Theorem 3, the sequence also converges to 0.

3. Divergence Nuance

Divergence isn't always about "blowing up" to infinity. A sequence can diverge through oscillation. Consider $a_n = (-1)^n$. The terms bounce forever between $-1$ and $1$, never settling on a single value.

🎯 Core Principle
Convergence requires that for any tiny distance ε you choose, there is a point in the sequence (N) after which all remaining terms are trapped within that distance from the limit L.

Thematic sidebar: In the last section of this chapter you are asked to use a series to derive a formula for the velocity of an ocean wave.